home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / foscom.zip / FOSCOM.DOC < prev    next >
Text File  |  1991-10-11  |  2KB  |  50 lines

  1. This first documentation if FOSCOM.COM will be very abbreviated.  The
  2. First rendition of this program is a simple attempt at driving the FOSSIL
  3. with a program written in ASIC.
  4.  
  5. As you will note, if you apply this program properly, the first attempt
  6. works.
  7.  
  8. You will need 2 other programs (available on this BBS) to utilize this
  9. driver:
  10.  
  11.   1.  X00.SYS (or X00.EXE).  Follow the instructions that accompany this
  12.       program to install it for your system.  Note that it will work
  13.       very easily by renaming X00.SYS to X00.EXE and typing:
  14.          X00 port:<n>
  15.       where <n> is the port your modem is connected to.
  16.  
  17.   2.  DSZ.COM, DSZ.EXE, or GSZ.EXE.  It doesn't matter where you install
  18.       one of these.  You will write Batch files to drive then, anyway.
  19.  
  20. You will need to write two batch (.BAT) files to interface ZMODEM with
  21. this program:
  22.  
  23.   1.  ZDOWN.BAT is:
  24.       c:\dos\utility\dsz rz -rr -m
  25.  
  26.   2.  ZUP.BAT is:
  27.       c:\dos\utility\dsz handshake on sz -rr -m %1 %2 %3 %4 %5
  28.  
  29. Note that the complete path to run DSZ.* is included in the statement.
  30. Note, also, that GSZ can be substituted if desired.
  31.  
  32. Once the above is accomplished, you may run the program by issuing the
  33. command:
  34.  
  35.   FOSCOM <p> <baud><cr>
  36. where <p> is the portnumber, <baud> is the desired baud rate, and <cr> is the
  37. Enter or Carriage Return Key.
  38.  
  39. To dial a number, simply follow the convention of your modem.  For a Hayes
  40. compatible, this would be:
  41.  
  42. ATDT834-0617<cr>
  43.  
  44. If your system is running the ANSI.SYS device driver, this program will
  45. recognize and properly display ANSI Graphics.
  46.  
  47. Have fun!
  48.  
  49. John
  50.